Readme file

This should copy automatically

composer require taeluf/code-scrawl v0.8.x-dev   

or in your composer.json

{"require":{ "taeluf/code-scrawl": "v0.8.x-dev"}}  
<?php  
  
class One {  
  
    /** test docblock for go()   
     *  
     * @export(One.go)  
     */  
    public function go(){  
    }  
  
    /** test docblock for test_2() */  
    public function test_2(){  
    }  
}  

this is a test template

test arg--second arg